home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
02
/
3
/
DISK0236.ZIP
/
COPYALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-09-23
|
2KB
|
37 lines
ECHO OFF
ECHO This command is used to make a duplicate copy of the entire disk of
ECHO VOLKSWRITER printer tables, documentation, etc. You will need a
ECHO disk, the target, formatted consistently with the machine on which
ECHO it will be used. Although the disk may contain other files, if it is
ECHO to be used to distribute the tables, it should be blank.
ECHO
ECHO You should have specified two parameters after typing COPYALL.
ECHO So your command should have looked like: B:COPYALL B: A:
ECHO Where B: is the drive containing the diskette that has the
ECHO printer tables,instruction files, etc., on it (the source) and
ECHO A: is the drive designator for the target diskette. Of course,
ECHO if B: is the default drive, the first B: is not needed in the
ECHO command above.
ECHO If you wish to change what you did, hit Ctrl-Break and answer
ECHO the question Y, otherwise . . .
PAUSE
ECHO ON
COPY %1README %2
COPY %1INSTVXPT.RCE %2
COPY %1IN12.FMT %2
COPY %1IN12HS.FMT %2
COPY %1IN12INDT.FMT %2
COPY %1IN12TITL.FMT %2
COPY %1INCOND.FMT %2
COPY %1COPYPRTR.BAT %2
COPY %1COPYINST.BAT %2
COPY %1COPYALL.BAT %2
COPY %1VXPRINTP.TBL %2
COPY %1VXPRINTQ.TBL %2
COPY %1VXPRINTR.TBL %2
COPY %1VXPRINTS.TBL %2
COPY %1VXPRINTT.TBL %2
COPY %1VXPRINTU.TBL %2
COPY %1VXPRINTV.TBL %2